golang.org/x/tools/go/packages.golistState.cfg (field)

10 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L109: 	cfg *Config
		golist.go#L180: 		cfg:        cfg,
		golist.go#L270: 		pattern, err := state.cfg.abs(fdir)
		golist.go#L343: 				for path := range state.cfg.Overlay {
		golist.go#L419: 	buf, err := state.invokeGo("list", golistargs(state.cfg, words, goVersion)...)
		golist.go#L553: 		if (state.cfg.Mode&typecheckCgo) != 0 && len(p.CgoFiles) != 0 {
		golist.go#L665: 					filename = filepath.Join(state.cfg.Dir, filename)
		golist.go#L893: 	cfg := state.cfg
		golist.go#L906: 	cfg := state.cfg
		golist_overlay.go#L58: 			absDir, err := state.cfg.abs(mod.Dir)